﻿@charset "utf-8";


.header {
    position: relative;
    height: 182px;
    padding: 50px 63px;
    background: url(../images/header-bg.jpg) no-repeat right bottom;
    background-size: cover;
}

.header .login-btn {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 3px 14px 3px 30px;
    background: #016fb9 url(../images/icon-user.png) no-repeat 13px center;
    border: 1px solid #016fb9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.navbar-wrap {
    height: 66px;
    background-color: #fff;
    background-image: url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-position: -51px -45px;
    padding: 0 16px 26px 20px;
}

.navbar-wrap .navbar-right {
    margin-right: 0;
}

.navbar-wrap > .navbar-nav > li {
    padding: 10px 24px;
    background: url(../images/nav-split.png) no-repeat left center;
}

.navbar-wrap > .navbar-nav > li:first-child {
    background-image: none;
}

.navbar-wrap > .navbar-nav > li > a {
    padding: 0;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 20px;
    color: #727b84;
}

.navbar-wrap > .nav > li > a:focus,
.navbar-wrap > .nav > li > a:hover {
    background-color: transparent;
    border-bottom-color: #727b84;
}

.input-group-wrap {
    width: 242px;
    padding: 6px 0;
    background: url(../images/input-group-bg.png) no-repeat left 6px;
}

.input-group-wrap .input-group .form-control {
    height: 28px;
    font-size: 12px;
    line-height: 20px;
    border-color: #e6eaef;
    padding: 3px;
    border-left: 0;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.input-group-wrap .input-group-btn > .btn {
    height: 28px;
    font-size: 0;
    padding: 6px 9px;
    border-color: #e6eaef;
    vertical-align: middle;
    border-right: 0;
    background-color: transparent;
}

.main-content {
    position: relative;
    padding: 0 20px;
    background-color: #fff;
    overflow: hidden;
}

.main-content-left,
.main-content-center,
.main-content-right,
.main-content-right-full{
    display: block;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.main-content-left {
    width: 30.275229%;
}

.main-content-center {
    width: 41.284404%;
}

.main-content-right {
    width: 28.440367%;
}
.main-content-right-full{
    width: 69.724771%;
}
.box-header {
    border: 1px solid #eceff0;
    padding: 0 15px;
}

.box-header .box-more {
    position: relative;
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #b4b4b4;
    padding: 6px 0;
    z-index: 3;
}

.box-header .box-title {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 25px;
    z-index: 2;
}

.box-body {
    border-left: 1px solid #eef3f5;
    border-right: 1px solid #eef3f5;
    background: url(../images/notice-board-body-bg.png) no-repeat left top;
    padding: 10px 10px 11px;
}

.box-body li {
    margin-bottom: 1px;
}

.box-body li .time {
    display: block;
    float: right;
    width: 40px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    color: #8b8e94;
}

.box-body li .name-box {
    overflow: hidden;
    margin-right: 40px;
}

.box-body li .name-box .num-box {
    display: block;
    float: left;
    width: 12px;
    height: 30px;
}

.box-body li .name-box .num-box i {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #9fa3a6;
    border-radius: 2px;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    text-align: center;
    margin-top: 9px;
}

.box-body li .name-box .num-box i.num1 {
    background-color: #ff5a5a;
}

.box-body li .name-box .num-box i.num2 {
    background-color: #ff9836;
}

.box-body li .name-box .num-box i.num3 {
    background-color: #ffc73d;
}

.box-body li .name-box .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    padding: 5px 8px;
}

.notice-board-wrap,
.common-links-wrap {
    display: block;
    float: left;
    width: 100%;
}

.notice-board-header,
.sidebar-header {
    position: relative;
    margin-top: 2px;
    background: url(../images/notice-board-header-bg.png) no-repeat right bottom;
}

.notice-board-header:before,
.sidebar-header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    width: 178px;
    height: 37px;
    background: url(../images/notice-board-title-bg.png) no-repeat left bottom;
}

.notice-board-header .box-title {
    background-image: url(../images/icon-notice-board.png);
    padding-top: 5px;
    padding-bottom: 7px;
    background-position: left 6px;
}

.common-links-wrap .common-links-header {
    position: relative;
    border-color: transparent;
}

.common-links-wrap .common-links-header:before {
    content: "";
    display: block;
    width: 74%;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../images/common-links-header-bg.png) no-repeat left top;
}

.common-links-wrap .common-links-header:after {
    content: "";
    display: block;
    width: 74%;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: url(../images/common-links-header-bg.png) no-repeat right top;
}

.common-links-wrap .common-links-header .box-more,
.common-links-wrap .common-links-header .box-title {
    padding-top: 7px;
    padding-bottom: 7px;
}

.common-links-wrap .common-links-header .box-more {
    position: relative;
    z-index: 5;
    color: #fff;
}

.common-links-wrap .common-links-header .box-title {
    position: relative;
    z-index: 4;
    background-image: url(../images/icon-common-links.png);
}

.common-links-wrap .common-links-body {
    background-position: left bottom;
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e9ec;
}

.common-links-wrap .common-links-body li {
    margin-bottom: 0;
}

.common-links-wrap .common-links-body .name-box {
    margin-right: 0;
}

.common-links-wrap .common-links-body .name-box .name {
    margin-left: 0;
    padding: 6px 8px;
    padding-left: 20px;
    background: url(../images/icon-disc.png) no-repeat 2px center;
}


/*center*/

.file-wrap,
.meeting-notice-wrap {
    float: left;
    display: block;
    width: 100%;
}

.news-box-header {
    border-top: 4px solid #639eda;
}

.news-box .news-more {
    float: right;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #b8c1c9;
    padding: 7px 0;
}

.news-box .news-title {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #3e8ec9;
    padding: 5px 0;
    font-weight: normal;
}

.news-box .file-title {
    padding-left: 22px;
    background: url(../images/icon-file.png) no-repeat left center;
}

.main-content-center .news-list {
    height: 234px;
}

.news-list li {
    overflow: hidden;
    margin-bottom: 1px;
}

.news-list .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 5px 5px 0;
    color: #666666;
    margin-right: 85px;
}

.news-list .time {
    display: block;
    float: right;
    width: 85px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding: 5px 0;
}

.meeting-notice-nav li {
    float: left;
    display: block;
    overflow: hidden;
}

.meeting-notice-nav li a {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 32px;
    color: #b9bfc3;
    padding: 5px 0;
    padding-left: 23px;
}

.meeting-notice-nav .active a,
.meeting-notice-nav li a:focus,
.meeting-notice-nav li a:hover {
    color: #639eda;
}

.meeting-notice-nav li + li:before {
    content: "/\00a0";
    display: block;
    float: left;
    color: #d6dbdf;
    font-size: 16px;
    line-height: 32px;
    padding: 5px 14px;
}

.meeting-notice-nav li .meeting-title {
    background: url(../images/icon-meeting.png) no-repeat left center;
}

.meeting-notice-nav li.active .meeting-title {
    background-image: url(../images/icon-meeting-active.png);
}

.meeting-notice-nav li .notice-title {
    background: url(../images/icon-notice.png) no-repeat left center;
}

.meeting-notice-nav li.active .notice-title {
    background-image: url(../images/icon-notice-active.png);
}

.news-box .tab-content {
    position: relative;
}

.news-box .tab-content .news-more {
    position: absolute;
    right: 0;
    top: -42px;
}


/*right*/

.index-caursol-wrap {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0 auto 29px;
}

.index-caursol-wrap .carousel-indicators {
    left: auto;
    right: 9px;
    bottom: 9px;
    width: auto;
}

.index-caursol-wrap .carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: #fff;
    margin: 0 3px;
}

.index-caursol-wrap .carousel-indicators .active {
    width: 18px;
    background-color: #4093d3;
    border-color: #4093d3;
}

.index-caursol-wrap .carousel-caption {
    left: 12px;
    bottom: 3px;
    padding-bottom: 0;
}

.index-caursol-wrap .carousel-caption .swiper-caption {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    padding: 5px 0;
    text-align: left;
}

.extra-links-wrap {
    display: block;
    float: left;
    width: 100%;
    margin: 0 auto;
}

.extra-links-inner {
    margin-left: -5px;
    margin-right: -5px;
}

.extra-links-wrap a {
    display: block;
    float: left;
    width: 50%;
    padding: 0 3px;
    margin-bottom: 2px;
}

.extra-links-wrap a img {
    width: 100%;
    height: auto;
}


/*footer*/

.footer {
    margin-top: -10px;
    padding: 20px 0;
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.footer .text-left {
    padding: 0 56px;
}

.footer p {
    font-size: 12px;
    line-height: 20px;
    color: #a9b0b4;
}

@media(max-width: 991px) {
    .navbar-wrap > .navbar-nav > li {
        padding: 10px;
    }
    .input-group-wrap {
        width: 200px;
    }
    .main-content-left,
    .main-content-center,
    .main-content-right {
        float: none;
        width: 100%;
    }
    .common-links-wrap,
    .meeting-notice-wrap,
    .extra-links-wrap {
        float: right;
    }
    .notice-board-wrap,
    .common-links-wrap,
    .meeting-notice-wrap,
    .extra-links-wrap,
    .file-wrap,
    .index-caursol-wrap {
        width: 48%;
    }
    .box-body{
        background-size: cover;
    }
    .index-caursol-wrap {
        height: auto;
    }
    .index-caursol-wrap .carousel-inner > .item > img {
        height: 100%;
    }
    .footer .text-left {
        padding: 0 10px;
    }
}

@media(max-width: 767px) {
    .index-wrap {
        padding: 0;
    }
    .header {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo {
        display: block;
        width: 85%;
    }
    .logo img {
        width: 100%;
    }

    .header .navbar-toggle {
        margin-right: -10px;
        margin-top: -9px;
        border-color: #016fb9;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: 7.5px 0;
        overflow-x: visible;
        background-color: #fff;
        -webkit-box-shadow: 2px 2px 9px rgba(170, 185, 200, .35);
        box-shadow: 2px 2px 9px rgba(170, 185, 200, .35);
        z-index: 10;
    }
    .navbar-wrap > .navbar-nav > li {
        background-image: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .notice-board-wrap,
    .common-links-wrap,
    .meeting-notice-wrap,
    .extra-links-wrap,
    .file-wrap,
    .index-caursol-wrap {
        width: 100%;
        float: none;
    }
    .notice-board-wrap,
    .common-links-wrap {
        max-width: 330px;
    }
    .file-wrap,
    .meeting-notice-wrap {
        max-width: 450px;
    }
    .index-caursol-wrap,
    .extra-links-wrap {
        max-width: 310px;
    }
    .index-caursol-wrap {
        height: 250px;
    }
    .meeting-notice-nav li + li:before {
        padding-left: 5px;
        padding-right: 5px;
    }
    .meeting-notice-nav li a {
        padding-left: 18px;
    }
    .footer {
        height: auto;
        background-size: cover;
    }
    .footer .text-left {
        padding: 0 30px;
    }
}

/*list*/
.sidebar-header .box-title{
    background-image: url(../images/icon-meeting-white.png);
    padding-top: 5px;
    padding-bottom: 7px;
    background-position: left 6px;
}
.sidebar-body.box-body{
    background-position: left bottom;
    padding: 0 34px;
}
.sidebar-body li{
    border-top: 1px dashed #e1e3e4;
    margin-bottom: 0;
    padding: 11px 0 11px 9px;
}
.sidebar-body li:first-child{
    border-top: 0;
}
.sidebar-body li a{
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #444444;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 26px;
}
.sidebar-body ul .active a,
.sidebar-body li a:hover{
    background: url(../images/icon-ok.png) no-repeat right center;
}
.main-right-full-inner{
    position: relative;
    padding: 0 20px 0 10px;
    overflow: hidden;
}
.main-right-full-inner .meeting-title{
    background: url(../images/icon-meeting-active.png) no-repeat left center;
    padding-left: 27px;
}
.main-right-full-inner .news-list .time{
    width: auto;
}
/*分页*/
.page-wrap {
    height: 48x;
    padding: 20px 0 0;
}

.page-info {
    display: inline-block;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 24px;
    padding: 2px 0;
    text-align: left;
    margin-right: 20px;
}

.page-navigation {
    display: block;
    margin-left: 100px;
}

.page-navigation-list,
.page-navigation-jump {
    float: left;
}

.page-navigation-list li {
    float: left;
    text-align: center;
    margin-right: 3px;
    border-bottom: none;
}

.page-navigation-list li a,
.pagination-item {
    display: block;
    float: left;
    height: 28px;
    font-size: 12px;
    line-height: 24px;
    color: #8a98a0;
    border: 1px solid transparent;
    background-color: #fff;
    padding: 1px 9px;
    border-radius: 13px;
    margin: 0;
    background: none;
}

.pagination-item {
    margin-right: 3px;
}

.page-navigation-list li a:focus,
.page-navigation-list li a:hover,
.pagination-item:hover,
.page-navigation-list li .pagination-next{
    border-color: #dbe3e7;
}


.page-navigation-list .pagination-current,
.pagination-item.pagination-current{
    border-color: #2aa1f5;
    color: #fff;
    background-color: #2aa1f5;
}

.page-navigation-jump {
    display: inline-block;
    height: 28px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    color: #8a98a0;
}

.pagination-input,
.page-navigation-jump select {
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 0 4px;
    font-size: 12px;
    line-height: 24px;
    color: #505050;
    border: 1px solid #dae2e6;
    background-color: #fff;
    padding: 1px 9px;
    border-radius: 13px;
    outline: none;
}

.pagination-go {
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 24px;
    color: #8a98a0;
    border: 1px solid #dae2e6;
    background-color: #fff;
    border-radius: 13px;
    text-align: center;
    padding: 1px 0;
}
@media(max-width: 991px){
    .sidebar{
        float: left;
        width: 38.356164%;
    }
    .main-content-right-full{
        width: 61.643836%;
    }
    .page-navigation{
        margin-left: 0;
    }
}
@media(max-width:767px){
    .main-content-right-full{
        width: 100%;
        float: none;
    }
    .sidebar{
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 250px;
        z-index: 10;
        background-color: #fff;
        padding: 0;
    }
    .main-right-full-inner{
        padding: 0;
    }
    .main-right-full-inner  .navbar-toggle{
        margin: 0;
        padding: 8px 10px;
    }
    .main-right-full-inner .navbar-toggle .icon-bar{
        background-color: #639eda;
    }
    .main-right-full-inner .news-list .time{
        display: none;
    }
    .main-right-full-inner .news-list .name{
        margin-right: 0;
            white-space: normal;
    }
}
/*list-media*/
.news-media-list{
    padding-top: 4px;
}
.news-media-list .media-left{
    padding-top: 5px;
    padding-right: 25px;
}
.news-media-list .media-body{
    border-bottom: 1px dashed #e0e7ef;
}
.news-media-list .media-heading{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 0;
}
.news-media-list .media-heading:hover{
    color: #3689e1;
}
.news-media-list .media-info{
    font-size: 12px;
    line-height: 24px;
    color: #838792;
    margin-bottom: 17px;
}
.news-media-list .media-caption{
    font-size: 14px;
    line-height: 20px;
    color: #838792;
    margin-bottom: 18px;
}
@media(max-width:767px){
    .news-media-list .media-left{
        display: none;
    }
}
/*detail*/
.detail-content{
    padding: 0 43px;
}
.detail-content .breadcrumb{
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
}
.detail-content .breadcrumb li,
.detail-content .breadcrumb li a{
    font-size: 12px;
    color: #999999;
}
.detail-content .breadcrumb>li+li:before{
    content: ">";
    padding: 0 2px;
}
.detail-content .breadcrumb>.active{
    color: #016fb9;
}
.detail-content .article-title{
    font-size: 18px;
    line-height: 30px;
    color: #016fb9;
    text-align: center;
}
.detail-content .article-info{
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 28px;
    text-align: center;
}
.article-content{
    padding-bottom: 28px;
}
.article-content p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
}
@media(max-width:767px){
    .detail-content{
        padding: 0;
    }
}
/*search*/
.search-content{
    width: 100%;
   margin-top: -25px; 
    padding-bottom: 52px;
}
.search-input-group{
    position: relative;
    padding: 47px 0;
    background-color: #f6f6f8;
}
.search-input-group .input-group{
    position: relative;
    width: 602px;
    margin: 0 auto;
}
.search-input-group .input-group .search-input{
    display: block;
    width: 100%;
    height: 46px;
    padding: 8px 90px 8px 25px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    border: 1px solid #fff;
    border-radius: 23px;
    -webkit-box-shadow:  3px 3px 6px rgba(181,191,200,.48);
    box-shadow: 3px 3px 6px rgba(181,191,200,.48);
    outline: none;
}
.search-input-group .input-group .search-btn{
    position: absolute;
    right: 2px;
    top: 2px;
    display: block;
    width: 84px;
    height: 42px;
    padding: 11px 0;
    border-radius: 21px;
    border: 1px solid #ffba13;
    background-color: #ffba13;
    text-align: center;
}
.search-result{
    padding: 18px 43px;
}
.search-result-head{
    display: block;
    font-size: 16px;
    line-height: 32px;
    padding: 4px 0;
    color: #333333;
    font-weight: bold;
    margin-bottom: 11px;
}
.search-result-head span{
    font-size: 12px;
    color: #999999;
}
@media(max-width:767px){
    .search-input-group .input-group{
        width: 90%;
    }
    .search-result{
        padding-left: 0;
        padding-right: 0;
    }
}

.friend-link-wrap{
    height: 58px;
    padding: 19px 0 23px;
    background-image: url(../images/foot-bg.png);
    background-repeat: repeat-x;
    background-position: -63px -70px;
}
.friend-link{
    height: 16px;
    overflow: hidden;
    text-align: center;
}
.friend-link li{
    display: block;
    font-size: 14px;
    color: #1a86d3;
    line-height: 16px;
}
.friend-link li>a{
    display: inline-block;
    font-size: 14px;
    color: #1a86d3;
    line-height: 16px;
}
.friend-link li>a:before{
    content: "|";
    margin: 0 8px;
    color: #a9b0b4;
}
.friend-link li>a:first-child:before{
    content: "";
}